home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / ftn / asin.z / asin
Text File  |  1998-10-30  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. AAAASSSSIIIINNNN((((3333FFFF))))                                                              AAAASSSSIIIINNNN((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      asin, dasin, qasin, asind, dasind, qasind - FORTRAN arcsine intrinsic
  10.      function
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      rrrreeeeaaaallll rrrr1111,,,, rrrr2222
  14.      ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
  15.      rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
  16.      rrrreeeeaaaallll****4444 rrrr3333,,,, rrrr4444
  17.      rrrreeeeaaaallll****8888 ddddpppp3333,,,, ddddpppp4444
  18.      rrrreeeeaaaallll****11116666 qqqqpppp3333,,,, qqqqpppp4444
  19.  
  20.      rrrr2222 ==== aaaassssiiiinnnn((((rrrr1111))))
  21.  
  22.      ddddpppp2222 ==== ddddaaaassssiiiinnnn((((ddddpppp1111))))
  23.      ddddpppp2222 ==== aaaassssiiiinnnn((((ddddpppp1111))))
  24.  
  25.      qqqqpppp2222 ==== qqqqaaaassssiiiinnnn((((qqqqpppp1111))))
  26.      qqqqpppp2222 ==== aaaassssiiiinnnn((((qqqqpppp1111))))
  27.  
  28.      rrrr4444 ==== aaaassssiiiinnnndddd((((rrrr3333))))
  29.  
  30.      ddddpppp4444 ==== ddddaaaassssiiiinnnndddd((((ddddpppp3333))))
  31.      ddddpppp4444 ==== aaaassssiiiinnnndddd((((ddddpppp3333))))
  32.  
  33.      qqqqpppp4444 ==== qqqqaaaassssiiiinnnndddd((((qqqqpppp3333))))
  34.      qqqqpppp4444 ==== aaaassssiiiinnnndddd((((qqqqpppp3333))))
  35.  
  36. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  37.      _a_s_i_n returns the real arcsine of its real argument, _d_a_s_i_n returns the
  38.      double-precision arcsine of its double-precision argument, and _q_a_s_i_n
  39.      returns the real*16 arcsine of its real*16 argument.  The absolute value
  40.      of the arguments for _a_s_i_n, _d_a_s_i_n, and _q_a_s_i_n must be less than or equal to
  41.      one.  The result is in radians and is in the range -pi/2 <=  _r_e_s_u_l_t <=
  42.      pi/2.  The generic form _a_s_i_n may be used with impunity as it derives its
  43.      type from that of its argument.
  44.  
  45.      _a_s_i_n_d returns the real*4 arcsine of its real*4 argument, _d_a_s_i_n_d returns
  46.      the real*8 arcsine of its real*8 argument, and _q_a_s_i_n_d returns the real*16
  47.      arcsine of its real*16 argument.  The absolute value of the arguments for
  48.      _a_s_i_n_d, _d_a_s_i_n_d, and _q_a_s_i_n_d must be less than or equal to one.  The result
  49.      is in degrees and is in the range -90 <=  _r_e_s_u_l_t <= 90.  The generic form
  50.      _a_s_i_n_d may be used with impunity as it derives its type from that of its
  51.      argument.
  52.  
  53. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  54.      trig(3M).
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.